Skip to content

ci: base gh actions and workflow - #1

Merged
tomdavidson merged 17 commits into
mainfrom
feat/cicd-pipeline
Mar 19, 2026
Merged

ci: base gh actions and workflow#1
tomdavidson merged 17 commits into
mainfrom
feat/cicd-pipeline

Conversation

@tomdavidson

Copy link
Copy Markdown
Owner

No description provided.

tomdavidson and others added 17 commits March 16, 2026 19:47
- GitHub Actions: ci.yml (moon ci + CodeQL + security), release-please.yml,
  pr-title.yml (conventional commits), fuzz.yml (manual cargo-fuzz)
- Publish workflows: riff (GoReleaser + cargo-zigbuild + multi-arch OCI),
  npm (slash-javascript, slash-web), crates.io (slash-rust),
  PyPI (slash-python), WASM (wasm-javascript, wasm-wasi + WIT),
  Go (slash-go validation)
- Review artifacts: workflow_dispatch snapshot builds with PR cleanup
- Release-please: manifest mode with cargo-workspace and linked-versions
  plugins, parser group linking (parser, wasm-javascript, wasm-wasi, spec)
- GoReleaser: riff-cli cross-compilation via cargo-zigbuild, nFPM packages,
  Homebrew tap, multi-arch Docker (ghcr.io/tomdavidson/riff)
- Moon tasks: python.yml, go.yml, security.yml, fmt-check for Rust
- Project moon.yml: updated language, type, tags, publish tasks
- Renovate: dependency update automation
- Helper scripts: WASM/WIT artifact attachment, workflow gen placeholder
…nd cleanup

- Parallelize moon ci with --job/--job-total matrix (2 shards)
- Add moonrepo/run-report-action for PR run reports
- Add appthrust/moon-ci-retrospect for readable CI logs
- Move OSS security scans into moon tasks (run via moon ci, not separate job)
- Move attach-release-assets scripts into their project directories
- Thin fuzz workflow — delegate to parser:fuzz moon task
- Fix renovate config to use pnpm manager
Replace individual workflow setup with reusable composite actions:
- setup: checkout, toolchain, selective caching
- moon-ci: sharded CI with reporting and retrospect
- moon-run: generic task runner with affected detection
- validate-pr-title: auto-discovered conventional commit scopes
- raa-open/close/teardown: review app deployment lifecycle

Replace workflows with DRY architecture:
- pr.yml: unified PR workflow (validate-title + ci + security + codeql + teardown)
- main.yml: push-to-main (ci + security + codeql + release-please)
- publish-to-registry.yml: reusable publish workflow
- Thin per-project publish-*.yml calling the reusable workflow
- review.yml: workflow_dispatch with RAA actions
- fuzz.yml: thin dispatch delegating to parser:fuzz

Delete replaced workflows: ci.yml, pr-title.yml, release-please.yml
Actions:
- moon-setup: checkout, toolchains (rust/bun/go/python), selective caching
- raa-open: provision review environment and deploy snapshots
- raa-teardown: deactivate deployments and clean up

Workflows:
- pr.yml: CI, CodeQL, PR title, review app open/teardown
- release.yml: release-please on main push
- publish.yml: single publish workflow with moon :publish --affected
- deploy.yml: website deploy on main push (path-filtered)
- scheduled.yml: weekly semgrep, CodeQL, and fuzz
Updated the fuzz job to echo the command instead of running it directly.
@tomdavidson
tomdavidson merged commit 9d66030 into main Mar 19, 2026
5 of 6 checks passed
@tomdavidson
tomdavidson deleted the feat/cicd-pipeline branch March 20, 2026 18:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant